cancel

open fun cancel(id: Int)(source)

Cancel a previously shown notification.

Parameters

id

the ID of the notification


open fun cancel(@Nullable tag: String, id: Int)(source)

Cancel a previously shown notification.

Parameters

tag

the string identifier of the notification.

id

the ID of the notification